home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / chgle10.zip / SAMPLE1.GLE < prev    next >
Text File  |  1991-12-12  |  953b  |  75 lines

  1. size 18 24
  2. Set font psc
  3.  
  4. sub turn I
  5. begin rotate I
  6. set just right
  7. set hei 0.7
  8. text  ╚╬ ╥Γ  \;a
  9. end rotate
  10. end sub
  11.  
  12. sub Colour value$
  13. set hei 0.8
  14. rmove 0 -1
  15. set color value$
  16. text ▓╗ ═¼ ╗╥ ╢╚
  17. end sub
  18.  
  19.  
  20.  
  21.  
  22. amove 9 21
  23. set hei 2
  24. set just center
  25. Begin Box  Fill grey20 add 0.3
  26. text ║║╫╓ GLE
  27. End Box
  28. Begin Box  add 0.5
  29. text ║║╫╓ GLE
  30. End Box
  31. set hei 0.5
  32. set just left
  33. amove 8 19
  34. aline 12 19
  35. Text ┐╞╤º╗µ═╝╚φ╝■
  36. amove 2 15
  37. Set hei 1
  38. set just center
  39. Begin rotate 90
  40. Text ║║╫╓┐╔╥╘╚╬╥Γ│▀┤τ
  41. End rotate
  42. amove 5 15
  43. text ┤╙
  44. amove 7 15
  45. text ╡╜
  46. set hei 0.2
  47. amove 6 15
  48. text ╨í
  49. amove 12 12
  50. set hei 8
  51. text ┤≤
  52. amove 13 7
  53. For I=0 To 360 STEP 30
  54. @turn I
  55. next I
  56. set lwidth 0.2
  57. Circle 3.5
  58. amove 5 10
  59. Set lwidth 0.1
  60.  
  61. Begin box add 0.5
  62. @colour "Grey90"
  63. @colour "Grey80"
  64. @colour "Grey70"
  65. @colour "Grey60"
  66. @colour "Grey50"
  67. @colour "Grey40"
  68. @colour "Grey30"
  69. end box
  70.  
  71. amove 1 1
  72. set color black
  73. set hei 1
  74. text └² 1
  75.